home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / wnos5src.zip / TEMP.C < prev    next >
Text File  |  1993-10-14  |  65b  |  6 lines

  1. int
  2. availmem()
  3. {
  4.     return ((Memthresh * 2) < coreleft());
  5. }
  6.